home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / Behaviours_8_B7.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  446 b   |  20 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "softdomes2"
  3.   cursor(280)
  4.   set the visible of sprite 46 to 1
  5.   set the visible of sprite 39 to 0
  6. end
  7.  
  8. on mouseLeave me
  9.   set the member of sprite the currentSpriteNum to "softdomes"
  10.   cursor(-1)
  11.   set the visible of sprite 46 to 0
  12.   set the visible of sprite 39 to 1
  13. end
  14.  
  15. on mouseUp me
  16.   go("domes")
  17.   set the visible of sprite 46 to 0
  18.   set the visible of sprite 39 to 1
  19. end
  20.